11/2/2018
Bonus points!!!!
## Install from CRAN
install.packages("blogdown")
blogdown::install_hugo(force = TRUE) #also need Hugo
blogdown::hugo_version() ## check this returns current version
See this issue here
Essentially, go to terminal and enter (only checked for macOS):
rm -r ~/Library/Application\ Support/Hugo/ rm -r /usr/local/Cellar/hugo rm -r /usr/local/bin/hugo brew reinstall hugo #(or blogdown::install_hugo(force = TRUE) #might work ) # need homebrew for this
In the new project run:
blogdown::serve_site()